Telegram Group & Telegram Channel
32. Number pattern 7.

1
23
456
7890
12345


class NumberPat7
{

public static void main(String arg[])
{

int t = 1;
for (int i = 1; i <= 5; i++)
{
for (int j = 1; j <= i; j++)
{
if (t == 10)
t = 0;
System.out.print(t++);
}
System.out.println();
}
}
}

@java_codings



tg-me.com/java_codings/44
Create:
Last Update:

32. Number pattern 7.

1
23
456
7890
12345


class NumberPat7
{

public static void main(String arg[])
{

int t = 1;
for (int i = 1; i <= 5; i++)
{
for (int j = 1; j <= i; j++)
{
if (t == 10)
t = 0;
System.out.print(t++);
}
System.out.println();
}
}
}

@java_codings

BY Advance Java πŸ‘¨β€πŸ’»


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/java_codings/44

View MORE
Open in Telegram


Advance Java ‍ Telegram | DID YOU KNOW?

Date: |

At a time when the Indian stock market is peaking and has rallied immensely compared to global markets, there are companies that have not performed in the last 10 years. These are definitely a minor portion of the market considering there are hundreds of stocks that have turned multibagger since 2020. What went wrong with these stocks? Reasons vary from corporate governance, sectoral weakness, company specific and so on. But the more important question is, are these stocks worth buying?

Advance Java ‍ from ua


Telegram Advance Java πŸ‘¨β€πŸ’»
FROM USA